home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / P17-20 / 00037.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  131 b   |  10 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mPlayDown(theVCRButtons)
  4. end
  5.  
  6. on mouseUp
  7.   global theVCRButtons
  8.   mPlayUp(theVCRButtons)
  9. end
  10.